﻿@charset "utf-8";
/* 框架 */
.row{ margin-bottom: 20px; }
.colSide{ width: 270px; float: right; margin-left: 30px; }
.colMain{ overflow: hidden; }
.content{ background: #fff; padding: 20px; margin-top: 20px; }
.banner{ display: none; }

/* 轮播大图 */
.indBanner{ position: relative; width: 100%; height: 460px; overflow: hidden; }
.indBanner .hd{ position: absolute; font-size: 0; width: 100%; bottom: 15px; left: 0; text-align: center; line-height: 1; }
.indBanner .hd ul li{ display: inline-block; width: 15px; height: 15px; margin: 0 5px; background: #fff; border-radius: 50%; cursor: pointer; }
.indBanner .hd ul li.on{ background: #ffd051; }
.indBanner .bd{ width: 1390px; margin: 0 auto; }
.indBanner .bd .tempWrap{ overflow: visible !important; }
.indBanner .bd .con{ display: none; }
.indBanner .bd .pic{ padding: 0 5px; }
.indBanner .bd .pic img{ width: 1380px; height: 460px; }
.indBanner .sPrev, .indBanner .sNext{ position: absolute; top: 0; height: 100%; width: 1390px; background: #def8ff; filter: alpha(opacity=70); opacity: .7; cursor: pointer; }
.indBanner .sPrev{ right: 50%; margin-right: 700px }
.indBanner .sNext{ left: 50%; margin-left: 700px; }
.indBanner .sPrev:hover, .indBanner .sNext:hover{ filter: alpha(opacity=50); opacity: .5; }

/* 盒子 */
.defaultBox{ height: 296px; }

/* 列表 */
.infoList li{ padding-top: 10px; padding-bottom: 10px; font-size: 16px; }
.infoList li a{ color: #555; }
.infoList li a:hover{ color: #e61c21; }

/* 快捷菜单 */
.fastList{margin: 0 0 0 -10px; overflow: hidden;}
.fastList li{float: left; width: 130px; margin: 10px 0 0 10px; text-align: center;}
.fastList li a{display: block; height: 88px; background: #f7f7f7; font-size: 16px; overflow: hidden;}
.fastList li a:before{content: ""; display: block; width: 38px; height: 38px; margin: 13px auto 3px; background: url(images/iconsFast.png) no-repeat 0 0;}
.fastList li a:before,.fastList li a{
	-webkit-transition: ease .4s all;
	-o-transition: ease .4s all;
	transition: ease .4s all;
}
.fastList li a:hover{background: #238ecf; color: #fff; text-decoration: none;}

/* 招生报名 */
#zsbm .fastList .li1 a:before{background-position: 0 0;}
#zsbm .fastList .li2 a:before{background-position: -38px 0;}
#zsbm .fastList .li3 a:before{background-position: -76px 0;}
#zsbm .fastList .li4 a:before{background-position: -114px 0;}
#zsbm .fastList .li5 a:before{background-position: -152px 0; float: left; margin: 15px 25px 0 47px;}
#zsbm .fastList .li5{ width: 270px; }
#zsbm .fastList .li5 a{ background: #65acd6; color: #fff; height: 68px; line-height: 68px; text-align: left; }


#zsbm .fastList .li1 a:hover:before{background-position: 0 -58px;}
#zsbm .fastList .li2 a:hover:before{background-position: -38px -58px;}
#zsbm .fastList .li3 a:hover:before{background-position: -76px -58px;}
#zsbm .fastList .li4 a:hover:before{background-position: -114px -58px;}
#zsbm .fastList .li5 a:hover:before{background-position: -152px -58px;}
#zsbm .fastList .li5 a:hover{ background: #238ecf; }

/* 快速导航 */
#ksdh .fastList .li1 a:before{background-position: -190px 0;}
#ksdh .fastList .li2 a:before{background-position: -228px 0;}
#ksdh .fastList .li3 a:before{background-position: -266px 0;}
#ksdh .fastList .li4 a:before{background-position: -304px 0;}

#ksdh .fastList .li1 a:hover:before{background-position: -190px -58px;}
#ksdh .fastList .li2 a:hover:before{background-position: -228px -58px;}
#ksdh .fastList .li3 a:hover:before{background-position: -266px -58px;}
#ksdh .fastList .li4 a:hover:before{background-position: -304px -58px;}